home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 14 / CU Amiga Magazine's Super CD-ROM 14 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-09].iso / CUCD / Programming / Mesa-2.2 / include / mondello / misc.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-05-05  |  157 b   |  10 lines

  1. #ifndef MISC_H
  2. #define MISC_H
  3.  
  4. void PCILock();
  5. void PCIUnlock();
  6. int PCIIn(int device, int address);
  7. void PCIOut(int device, int address, int data);
  8.  
  9. #endif
  10.